refactor(repo): centralize package subpaths#2168
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
8c0dd96 to
da92df5
Compare
7af2c9f to
904af92
Compare
da92df5 to
3ffa911
Compare
d83f305 to
c53ccae
Compare
4d7af77 to
baaf5cc
Compare
fcd3ee8 to
dd456c8
Compare
2a99bd7 to
90746ff
Compare
9496526 to
2814d23
Compare
0263661 to
742c449
Compare
2814d23 to
815ca85
Compare
742c449 to
ccdacbf
Compare
815ca85 to
f678c50
Compare
ccdacbf to
a97ef8e
Compare
f678c50 to
1e3aa59
Compare
a97ef8e to
8657d4e
Compare
554f049 to
81f0609
Compare
4ea5e9c to
4465a5a
Compare
81f0609 to
02274fd
Compare
4465a5a to
8fd2307
Compare
02274fd to
4a8cbbd
Compare
4a8cbbd to
f064103
Compare
8fd2307 to
3ef06c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Describe public package subpaths once and generate manifests and build aliases from that descriptor.
Why
Local exports, published exports, producer aliases, and CLI aliases were hand-maintained graphs that could drift.
How
Add package-subpaths.json descriptors for all public workspaces and a deterministic generator/checker consumed by build configs.
Test plan